home *** CD-ROM | disk | FTP | other *** search
- on BLUELEAN
- global GRIDH, GRIDY, GRIDV, TB, TBB
- set TB to 0
- repeat while TB = 0
- set TBB to random(139)
- if (getAt(GRIDV, TBB) = 2) and (getAt(GRIDV, TBB + 1) = 1) then
- set the locH of sprite 10 to getAt(GRIDH, TBB)
- set the locV of sprite 10 to getAt(GRIDY, TBB)
- set the castNum of sprite 10 to 226
- updateStage()
- set TB to 1
- end if
- end repeat
- REMOVESPRITE()
- end
-